go/printer.printer.fieldList (method)
3 uses
go/printer (current package)
nodes.go#L478: func (p *printer) fieldList(fields *ast.FieldList, isStruct, isIncomplete bool) {
nodes.go#L1005: p.fieldList(x.Fields, true, x.Incomplete)
nodes.go#L1013: p.fieldList(x.Methods, false, x.Incomplete)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)